バージョン

Vector コンストラクタ(VectorType,Double[])

指定された要素の xVector を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal type As VectorType, _
   ByVal ParamArray x() As Double _
)
public Vector( 
   VectorType type,
   params double[] x
)

パラメータ

type
Vector の向きを指定する列挙型。
x
要素の double 配列。
参照